(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/iffparse.h>
LONG GoodID()
SYNOPSIS
LONG id

LOCATION
In IFFParseBase at offset 43
FUNCTION
Determines whether an ID is valid according to the IFF specification.

INPUTS
id
An IFF chunk ID to be tested.
RESULT
TRUE if valid. FALSE otherwise.

NOTES
Assumes input to be in local byte order.

EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
13.02.1997 digulla
Bugfix. Loads IFF pictures now.

Added lots of debug output

03.02.1997 digulla
Iffparse.library as supplied by Nils H. Lorentzen